1bashThis demonstrates calculating the logarithm of 100 with base 10 using the bc command.echo 'l(100)/l(10)' | bc -lexternal toolsbcmathematical computation